go/types.Interface.implicit (field)
10 uses
go/types (current package)
decl.go#L667: t.implicit = true
interface.go#L22: implicit bool // interface is wrapper for type set literal (non-interface T, ~T, or A|B)
interface.go#L90: t.implicit = true
interface.go#L130: func (t *Interface) IsImplicit() bool { return t.implicit }
named.go#L393: iface.implicit = old.implicit // should be false but be conservative
subst.go#L165: iface.implicit = t.implicit
typeparam.go#L128: ityp.implicit = true
typestring.go#L218: if t.implicit {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)